API Documentation
ViewportWrapper.h
1 // ViewportWrapper.h
3 //
5 
7 {
11  class DLL_ASTRAEUS_EXPORT ViewportWrapper final
12  {
13  public :
14 
15  // Environment update
22 
23  // Callbacks
24  // Getters
35  static nkScripts::OutputValue getHeight (void* data) ;
36  } ;
37 }
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkAstraeus::lua::nkGraphicsWrap
Encompasses the wrapping of nkGraphics for Lua.
Definition: BoundingBoxWrapper.h:7
nkAstraeus::lua::nkGraphicsWrap::ViewportWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkAstraeus::lua::nkGraphicsWrap::ViewportWrapper
Wraps a nkGraphics::Viewport and offers functions for use in scripting.
Definition: ViewportWrapper.h:12
nkScripts::FunctionParameter
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
nkAstraeus::lua::nkGraphicsWrap::ViewportWrapper::getHeight
static nkScripts::OutputValue getHeight(void *data)